home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / os2 / rsynth1.zip / sayit.cmd < prev    next >
OS/2 REXX Batch file  |  1995-12-19  |  112b  |  7 lines

  1. /* Rexx Program */
  2. parse arg fred
  3. say fred
  4. 'say -f 17 -o temp.au 'fred
  5. call play.cmd "file=temp.au"
  6. exit
  7.